VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / PropertyValueHolder<TObject,TValue> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
PropertyValueHolder<TObject,TValue> Class
In This Topic
Saves property value when class instance is created and restores property value when class instance is disposed.
Object Model
PropertyValueHolder<TObject,TValue>
Syntax
'Declaration

Public MustInherit Class PropertyValueHolder
     (Of TObject
The type of the object.
, TValue
The type of the value.
)
public abstract class PropertyValueHolder<TObject,TValue>

Type Parameters

TObject
The type of the object.
TValue
The type of the value.
Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Utils.PropertyValueHolder<TObject,TValue>

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also